net-snmp: Enable MIB ip-mib/inetNetToMediaTable
authorKarol Babioch <[email protected]>
Sun, 25 Mar 2018 21:36:18 +0000 (23:36 +0200)
committerKarol Babioch <[email protected]>
Sun, 25 Mar 2018 22:59:36 +0000 (00:59 +0200)
This enables the table `inetNetToMediaTable` from `ip-mib`, which implements
the `ipNetToPhysicalTable`. The former one is already enabled with the current
configuraiton, but it has been deprecatd by the IP version-neutral
`ipNetToMediaTable`, which also supports IPv6 entries [1]. It also disables all
other submodules from this MIB to keep the footprint small.

[1]: http://net-snmp.sourceforge.net/docs/mibs/IP-MIB.txt

Signed-off-by: Karol Babioch <[email protected]>
net/net-snmp/Makefile

index 0237a54da5f1818213ed397d655874050c7c4596..3da92a0677ecc47854016464da8b04af3ebbac32 100644 (file)
@@ -128,6 +128,7 @@ SNMP_MIB_MODULES_INCLUDED = \
        host/hr_system \
        ieee802dot11 \
        if-mib/ifXTable \
+       ip-mib/inetNetToMediaTable \
        mibII/at \
        mibII/icmp \
        mibII/ifTable \
@@ -164,6 +165,7 @@ SNMP_MIB_MODULES_EXCLUDED = \
        hardware \
        host \
        if-mib \
+       ip-mib \
        mibII \
        notification \
        notification-log-mib \